sequential programming meaning in English
按序编制程序
顺序编程
顺序程序设计
顺序规划
Examples
- Are defined using python reflection rather than traditional sequential programming
是使用python反射定义的,而不是使用传统的顺序编程定义的。 - The parallel program was proved to be correct in that the parallel computing results were well in agreement with the results obtained using the sequential program
并行计算结果与单机计算结果完全吻合,表明采用本文的并行程序进行流场计算是有效的。 - Also , programming for such systems is easier since all the data is available to all processors and is not much different from sequential programming
而且对于这种系统进行编程要简单很多,因为所有的数据对于所有的处理器来说都是可以使用的,这与串行程序并没有太多区别。 - Decades ago , race conditions were less of a problem . then , a computer system would often run one simple sequential program at a time , and nothing could interrupt it or vie with it
几十年前,竞争条件还不是什么问题;那时,计算机系统通常在同一时刻只能运行一个单独的程序,什么都不能打断它或者与它竞争。 - We can also find unexecutable paths of the sequential program . when we find them we will stop the analysis . we enhance the capability of the traditional methods of detecting data dependence
我们采用了遍历程序路径和对路径进行符号执行的策略,这样可以尽可能早的发现程序中的不可执行路径,从而提高分析的效率。